home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / listings / v_02_09 / 2n09023c < prev    next >
Text File  |  1991-08-03  |  153b  |  9 lines

  1.  
  2. IF ISSQL() AND SQLISCONNECT()
  3. THEN
  4.         MESSAGE "Can't shell to DOS without breaking SQL connection"
  5. ELSE
  6.         RUN BIG dos_command
  7. ENDIF
  8.  
  9.